home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / snpd9611.zip / C_PREC.TXT < prev    next >
Text File  |  1996-11-24  |  488b  |  13 lines

  1. .I 0 2
  2. +++Date last modified: 29-Nov-1995
  3.  
  4. .I 12 4
  5.  ============================================================================
  6.  NOTE: In C the following operators have the same precedence as those in
  7.        the preceding group. In C++, they have the same precedence as those
  8.        in the following group.
  9. .D 15 1
  10. .I 16 2
  11.  ============================================================================
  12.     ++        pre increment (++lvalue)                      right-to-left
  13.